home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / basic / c8.source / crazy8.src.readme < prev    next >
Text File  |  1999-06-14  |  1KB  |  47 lines

  1. Short:    Blitz source for Crazy8's
  2. Author:   Curt Esser
  3. Uploader: camge@ix.netcom.com
  4. Version:  2.92
  5. Type:     dev/basic
  6. Replaces: dev/basic/Crazy8.source
  7. Requires: Blitz2
  8. Released: May 23, 1999
  9.  
  10. Long:   
  11.  
  12. This is the Blitz source code for my Crazy 8's card game.
  13. Use any parts of this in any way you like.
  14.  
  15. But DO NOT distribute altered versions of the entire game
  16. without my permission!
  17.  
  18. (Surely you can come up with something better anyway?)
  19.  
  20. In here you will find some routines that may be of use
  21. in your own programs, including:
  22.  
  23. * Print text directly on a bitmap using ANY standard font
  24. * Double-buffered drawing on an OS screen
  25. * Playing sounds & music at the same time
  26. * Pointer animation
  27. * Using custom fonts without copying anything to SYS:Fonts/
  28.  
  29.  
  30. To compile the program, you will also need the graphics
  31. and sounds used in the program.  These are not included
  32. here.  You will need a copy of the v2.92 game itself.
  33.  
  34. Easiest way to do this is to make a copy of the entire
  35. Crazy 8's drawer, then put all the files found in this
  36. drawer into the Crazy 8's drawer.
  37.  
  38. Then the compiler will be able to find all the files it
  39. needs to make a working version.
  40.  
  41. I hope you find this useful.
  42.  
  43. Visit my website for the latest Crazy 8's and lots of Blitz stuff!
  44.  
  45. http://www.members.xoom.com/Curt_Esser/
  46.  
  47.